.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.AddOrUpdate Method |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
AddOrUpdate(TKey, Func<(Of <(TKey, TValue>)>), Func<(Of <(TKey, TValue, TValue>)>)) |
Adds a key/value pair to the ConcurrentDictionary<(Of <(TKey, TValue>)>) if the key does not already
exist, or updates a key/value pair in the ConcurrentDictionary<(Of <(TKey, TValue>)>) if the key
already exists.
| |
AddOrUpdate(TKey, TValue, Func<(Of <(TKey, TValue, TValue>)>)) |
Adds a key/value pair to the ConcurrentDictionary<(Of <(TKey, TValue>)>) if the key does not already
exist, or updates a key/value pair in the ConcurrentDictionary<(Of <(TKey, TValue>)>) if the key
already exists.
|